Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-214691 | JUSX-VN-000024 | SV-214691r856576_rule | Medium |
Description |
---|
Use of weak or untested encryption algorithms undermines the purposes of utilizing encryption to protect data. The network element must implement cryptographic modules adhering to the higher standards approved by the federal government since this provides assurance they have been tested and validated. |
STIG | Date |
---|---|
Juniper SRX Services Gateway VPN Security Technical Implementation Guide | 2024-06-10 |
Check Text ( C-15892r297660_chk ) |
---|
Verify all Internet Key Exchange (IKE) proposals are set to use the AES encryption algorithm. [edit] show security ike View the value of the encryption algorithm for each defined proposal. If the value of the authentication method and other options are not set to use FIPS-compliant values, this is a finding. |
Fix Text (F-15890r297661_fix) |
---|
The following example commands configure the IKE (phase 1) proposal. [edit] set security ike proposal set security ike proposal p1-proposal dh-group group14 set security ike proposal p1-proposal authentication-algorithm sha-256 set security ike proposal p1-proposal encryption-algorithm aes-256-cbc set security ike proposal p1-proposal lifetime-seconds 86400 |